/*--------------------------------*- C++ -*----------------------------------*\
  =========                 |
  \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox
   \\    /   O peration     | Website:  https://openfoam.org
    \\  /    A nd           | Version:  7
     \\/     M anipulation  |
\*---------------------------------------------------------------------------*/
FoamFile
{
    version     2.0;
    format      ascii;
    class       polyBoundaryMesh;
    location    "constant/polyMesh";
    object      boundary;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

6
(
    top
    {
        type            wall;
        inGroups        List<word> 1(wall);
        nFaces          66;
        startFace       17188;
    }
    laval_nozzle
    {
        type            wall;
        inGroups        List<word> 1(wall);
        nFaces          20;
        startFace       17254;
    }
    right_nozzle
    {
        type            wall;
        inGroups        List<word> 1(wall);
        nFaces          20;
        startFace       17274;
    }
    left_nozzle
    {
        type            wall;
        inGroups        List<word> 1(wall);
        nFaces          20;
        startFace       17294;
    }
    walls
    {
        type            wall;
        inGroups        List<word> 1(wall);
        nFaces          590;
        startFace       17314;
    }
    frontAndBackPlanes
    {
        type            empty;
        inGroups        List<word> 1(empty);
        nFaces          17576;
        startFace       17904;
    }
)

// ************************************************************************* //
